gtk/queryimmodules.c: Make the output deterministic.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 25 Aug 2017 15:24:38 +0000 (16:24 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 17 Jan 2018 03:38:32 +0000 (22:38 -0500)
commitedd1b0974c5e1d71f66daf6ad6457f5f6a83da71
tree893f0827e84ca6c8a0b00b36bb64bc46aafb4647
parente2f3b9b1cceb11d5759cc004a5e6fc49d20e1b07
gtk/queryimmodules.c: Make the output deterministic.

Whilst working on the Reproducible Builds effort [0], we noticed that
queryimmodules generates non-reproducible output as it iterates over the
filesystem without sorting.

Patch attached.

 [0] https://reproducible-builds.org/

Signed-off-by: Chris Lamb <lamby@debian.org>
https://bugzilla.gnome.org/show_bug.cgi?id=786528
gtk/queryimmodules.c